home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <objc/Object.h>
- #import <dpsclient/dpsclient.h>
-
- @interface InfoMgr:Object
- {
- id infoPanel ; /* Info panel */
- id infoIcon ; /* Icon on info panel */
- id staticSound ; /* This is the sound of static */
- id standardIcon, /* Normal Sentinel icon */
- fuzzIcons [ 3 ], /* Fuzzy screened Sentinel icon */
- blinkIcons [ 2 ] ; /* Self indulgent blinking icons */
-
- DPSTimedEntry blinkEntry ; /* Self indulgent info panel timer */
- BOOL isInfoOpen ; /* Flag to prevent multiple openings */
- }
-
- //------------------------------------------------------------------
- // Creation and destruction
- //------------------------------------------------------------------
-
- - init ;
-
- //------------------------------------------------------------------
- // Public methods
- //------------------------------------------------------------------
-
- - openInfo: sender ;
- - windowWillClose: sender ;
-
- //------------------------------------------------------------------
- // Private methods
- //------------------------------------------------------------------
-
- - blink ;
- - drawIcon: (id) theIcon ;
-
- @end
-